docs: Add a README to the examples directory
authorEmmanuele Bassi <ebassi@gnome.org>
Tue, 2 Dec 2014 19:21:18 +0000 (19:21 +0000)
committerEmmanuele Bassi <ebassi@gnome.org>
Tue, 2 Dec 2014 19:23:50 +0000 (19:23 +0000)
https://bugzilla.gnome.org/show_bug.cgi?id=741041

examples/README [new file with mode: 0644]

diff --git a/examples/README b/examples/README
new file mode 100644 (file)
index 0000000..6518925
--- /dev/null
@@ -0,0 +1,12 @@
+= Examples =
+
+== Building the examples ==
+
+The examples in this directory are built alongside the rest of GTK+.
+
+The examples under the `application[1-9]` directories are also included in
+the GTK+ API reference documentation, and can be built independently, using
+the system libraries, by doing:
+
+    $ cd application1
+    $ make -f Makefile.example